home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / fmsed.arc / FMSED.DOC next >
Encoding:
Text File  |  1988-05-25  |  5.8 KB  |  134 lines

  1.  
  2.                                      FMSED
  3.                     An Editor for the FMS system in RBBS
  4.  
  5.         FMSED was written to assist with the maintenance of the master 
  6. directory used in the FMS system.  Its goal is to keep the work involved with 
  7. the master directory as simple as possible.
  8.  
  9. Requirements:
  10. -------------
  11.  
  12.         The master directory is assumed to have 43 columns reserved for the 
  13. file comments column.  The directory category file expects to have only 1 
  14. catetory code for each category name.  With the release of 16.1A, multiple 
  15. catetory codes were allowed for each category name.  In future upgrades to 
  16. this program (if there are any), these 2 items may be resolved.  For the time 
  17. being as far as the directory category file is concerned, name a seperate 
  18. version of that file for use only by FMSED with the lines containing multiple 
  19. category codes being deleted from the file.
  20.  
  21. Support:
  22. --------
  23.  
  24.         With the release of FMSED, joining the family of programs that I have 
  25. written (FMSDIR & FMSVIEW), I will be setting up a conference for those of you 
  26. who are using these programs.  Announcements of new releases of current as 
  27. well as new programs will be made here, bug reports and other items of 
  28. interest.  You are encouraged to use the A)nswer Questionaire option on my 
  29. board (Bluegrass RBBS 606-272-0499) and register your use of these programs.  
  30. This will accomplish 2 purposes, it will let me know who is using the programs 
  31. and how popular they are.  While I make no guarantees that the problems 
  32. reported will be fixed or that suggestions for improvements will be included,  
  33. I will make the effort to make the programs as user friendly as possible.
  34.  
  35. Use of the Program:
  36. -------------------
  37.  
  38.                                  Main Menu:
  39.                                  ----------
  40.  
  41. Add File Option:
  42. ----------------
  43.  
  44.         When selecting this option, you will be presented a sub-menu of 
  45. options.  The keyboard option will accept information directly from the 
  46. keyboard when adding files to the master directory.  The option is also 
  47. presented to accept file information from an ascii file.
  48.         The ascii file option is especially useful when adding many new files 
  49. as one time.  The ascii file is created directly from the dos prompt.  
  50. Assuming that you have a subdirectory on your C drive called new, you would 
  51. type the following from the dos prompt (taking into account you are already in 
  52. the new subdirectory) - "DIR C:\NEW > NEW.DIR".  On the configuration menu, 
  53. there is an option referencing the number of lines to skip in this file.  This 
  54. has to do with bypassing the number of lines at the top of the ascii file 
  55. which would show on your screen as pertaining to the volume label of the 
  56. drive and the current subdirectory being listed.
  57.         You are given an option during the ascii file option to skip the file 
  58. that you are presented for editing and can leave the add option at any time.
  59.         You have the option for using the file's current date or inserting the 
  60. current date from the system clock.  If you forget to insert a 0 in front of 
  61. the date of months 1 to 9, FMSED will do that for you.
  62.         No longer do you have to remember the code for the category name you 
  63. wish to associate the entry with,  you are presented with a menu of category 
  64. names.  Just select the name of the category and the code will be inserted.
  65.  
  66. Delete File Option:
  67. -------------------
  68.  
  69.         You can select the file entry to be deleted by record number, or by 
  70. advancing forward and backward thru the master directory.  A sub-menu is 
  71. displayed with these options.  Before you proceed to this point, the master 
  72. directory file is automatically backed up before you are allowed to do 
  73. anything that will alter the structure of the file.  The saved version of the 
  74. master directory file will have the extension ".BAK".
  75.  
  76. Display File Option:
  77. --------------------
  78.  
  79.         This option gives you a non-destructive view in the master directory 
  80. file.  Nothing fancy but it was included to provide what help it could.
  81.  
  82. Edit File Option:
  83. -----------------
  84.  
  85.         The file to be edited is first selected.  You then confirm that you 
  86. want to edit the file and are then given the option to edit a particular field 
  87. or all fields pertaining to that record.
  88.  
  89. Print Master Directory Option:
  90. ------------------------------
  91.  
  92.         This routine was included to print out the master directory without 
  93. having to exit the program.
  94.  
  95. Verify Master Directory Option:
  96. -------------------------------
  97.  
  98.         This is a quick and dirty check of the master directory.  Since the 
  99. Config program has such an extensive checking routine,  it was not included 
  100. here.
  101.  
  102. Backup Master Directory Option:
  103. -------------------------------
  104.  
  105.         This routine is called when you are going to delete record from the 
  106. master directory file.  It is included here for your use at any time desired.
  107.  
  108. Configuration:
  109. --------------
  110.  
  111.         Here is where the drive, path and name of the master directory, 
  112. category name file, ascii input file and number of lines to skip in the ascii 
  113. file can be changed.
  114.  
  115.  
  116. This program was developed and run on a Pc compatible using Desqview 2.01.  No 
  117. file locking is done on the master directory file.  Any future changes to 
  118. FMSED will be dependent on your suggestions and my time.
  119.  
  120. The latest version of this and other programs that I write will be available 
  121. on my board (Bluegrass RBBS 606-272-0499), Loren's board CHICAGO RBBS, Ken 
  122. Goosen's board and Public Domain Software Library in Indianapolis, In.
  123.  
  124. I hope that you benefit from this program and that it helps keep the 
  125. maintenance of your board to a minimum !!
  126.  
  127. Ronald Nutter
  128. Bluegrass RBBS  606-272-0499
  129. 1132 Mt. Rushmore Way
  130. Lexington,Ky 40502-5459
  131.  
  132.  
  133.  
  134.